home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / eval_az.com / EVALUATE.DOC < prev    next >
Encoding:
Text File  |  1989-07-13  |  1.4 KB  |  40 lines

  1.  
  2.  July 13, 1989
  3.  
  4.  
  5.  EVALUATOR UNIT AND TEST PROGRAM
  6.  Arthur Zatarain, P.E.        C'Serve 3417,525    Bixen=ARTZAT
  7.  Total Engineering Services Team, Inc.  (TEST Inc).
  8.  New Orleans,  La.  (504) 368-6792 Days
  9.                           837-3699 Nites
  10.  
  11. The files in the ARC represent yet another incarnation of an expression
  12. evaluator started by Neil Rubenking.
  13.  
  14. EVALTEST.PAS        Shell to test the evaluator.
  15. EVALUATE.PAS        The unit making up the evalator.
  16. EVALUATE.DOC        This doc file.
  17. PRINTF.PAS          An old print format unit.
  18. TESTLIB.PAS         Misc TEST, Inc. Utility functions and types.
  19.  
  20.  
  21. In addition to these files, several Turbo Professional routines are
  22. required but can be easily eliminated.  However, if you are fooling with
  23. Turbo Pascal at the level of this program AMZ thinks you are crazy not to
  24. use Turbo Professional.
  25.  
  26. This version allows for mutiple instances of the evaluation process by
  27. defining the evaluator variables and functions as an object.  Additionally,
  28. the variable list has been made into another object separate from the
  29. evaluate object, although they work together.
  30.  
  31. Compile EVALTEST and try it out.  There is no special dependence on
  32. 8087 support although this can also be changed.
  33.  
  34. I am really interested in getting multiple argument support for internal
  35. and external functions.  Anyone interested please let me know.
  36.  
  37.  
  38.                          -= Arthur Zatarain =-
  39.  
  40.